home *** CD-ROM | disk | FTP | other *** search
/ Web Shop Designer 2000 / Web Shop Designer 2000 - Disc 1.iso / Web Examples / Data Bases / widget.mdb / Categories.json next >
JavaScript Object Notation  |  1998-03-19  |  440b

  1. {
  2.     "schema": {
  3.         "CategoryID": "Long Integer",
  4.         "CategoryName": "Text (50)"
  5.     },
  6.     "data": [
  7.         {
  8.             "CategoryID": 1,
  9.             "CategoryName": "Beverages"
  10.         },
  11.         {
  12.             "CategoryID": 2,
  13.             "CategoryName": "Condiments"
  14.         },
  15.         {
  16.             "CategoryID": 3,
  17.             "CategoryName": "Confections"
  18.         },
  19.         {
  20.             "CategoryID": 4,
  21.             "CategoryName": "Dairy Products"
  22.         },
  23.         {
  24.             "CategoryID": 5,
  25.             "CategoryName": "Grains/Cereals"
  26.         },
  27.         {
  28.             "CategoryID": 6,
  29.             "CategoryName": "Meat/Poultry"
  30.         },
  31.         {
  32.             "CategoryID": 7,
  33.             "CategoryName": "Produce"
  34.         },
  35.         {
  36.             "CategoryID": 8,
  37.             "CategoryName": "Seafood"
  38.         }
  39.     ]
  40. }